home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / hello1_3.lha / hello-1.3 / configure.in < prev    next >
Text File  |  1993-05-19  |  214b  |  10 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(hello.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_STDC_HEADERS
  7. AC_HAVE_HEADERS(string.h fcntl.h sys/file.h)
  8. AC_ALLOCA
  9. AC_OUTPUT(Makefile)
  10.